home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
doc
/
mir
/
p_fixed.ctl
< prev
next >
Wrap
Text File
|
1992-05-11
|
1KB
|
31 lines
# Edit a copy of this file to use with P_FIXED.EXE in order
# to break out fixed length records. Each line consists of
# three numbers and zero or more codes; each element is separated
# by one or more blanks. The numbers are:
# field number
# start byte (followed by R if right half of byte only)
# end byte (followed by L if left half of byte only)
# A special line must be included with field number 0, begin byte
# 0, and end byte = last byte of record (i.e., record length - 1 ).
#
# Comment lines may be included. Each must start with #
#
# The codes that follow the three numbers are:
# B retain field if blank
# Z retain field if zeros
# N retain field if nulls
# LB retain leading blanks in field
# LZ retain leading zeros in field
# TB retain trailing blanks in field
#
0 0 53
1 0 27 LB TB
2 28 29
3 30 32L N
4 32R 34l
5 35 38
6 39 42
7 43 49
8 50 50
9 51 52